home *** CD-ROM | disk | FTP | other *** search
/ Champak 45 / Vol 45.iso / games / cocoon.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  198 b   |  9 lines

  1. loaded = _root.getBytesLoaded();
  2. total = _root.getBytesTotal();
  3. if(loaded == total)
  4. {
  5.    gotoAndStop(16);
  6. }
  7. perc = Math.floor(100 / total * loaded);
  8. _root.preloader.onda._height = perc * 2;
  9.